Class ExecTranDccInput

Description

多通貨クレジット決済(DCC)決済実行 入力パラメータクラス

Located in /com/gmo_pg/client/input/ExecTranDccInput.php (line 11)

BaseInput
   |
   --ExecTranDccInput
Method Summary
 ExecTranDccInput __construct ([array $params = null])
 string getAccessID ()
 string getAccessPass ()
 string getCallbackType ()
 string getCardNo ()
 string getCardPass ()
 string getCardSeq ()
 string getClientField1 ()
 string getClientField2 ()
 string getClientField3 ()
 string getClientFieldFlag ()
 string getExpire ()
 string getMemberID ()
 string getOrderID ()
 string getRetUrl ()
 string getSecurityCode ()
 string getSeqMode ()
 string getShopID ()
 string getShopPass ()
 string getSiteID ()
 string getSitePass ()
 string getTds2AddrMatch ()
 string getTds2ChAccChange ()
 string getTds2ChAccDate ()
 string getTds2Email ()
 string getTds2HomePhoneCC ()
 string getTds2ShipInd ()
 string getTds2ShipNameInd ()
 string getTds2WorkPhoneCC ()
 string getToken ()
 void setAccessID (string $accessID)
 void setAccessPass (string $accessPass)
 void setCallbackType (string $callbackType)
 void setCardNo (string $cardNo)
 void setCardPass (string $cardPass)
 void setCardSeq (string $cardSeq)
 void setClientField1 (string $clientField1)
 void setClientField2 (string $clientField2)
 void setClientField3 (string $clientField3)
 void setClientFieldFlag (string $clientFieldFlag)
 void setExpire (string $expire)
 void setInputValues (IgnoreCaseMap $params)
 void setMemberID (string $memberID)
 void setOrderID (string $orderID)
 void setRetUrl (string $retUrl)
 void setSecurityCode (string $securityCode)
 void setSeqMode (string $seqMode)
 void setShopID (string $shopID)
 void setShopPass (string $shopPass)
 void setSiteID (string $siteID)
 void setSitePass (string $sitePass)
 void setTds2AddrMatch (string $tds2AddrMatch)
 void setTds2BillAddrCity (string $tds2BillAddrCity)
 void setTds2BillAddrCountry (string $tds2BillAddrCountry)
 void setTds2BillAddrLine1 (string $tds2BillAddrLine1)
 void setTds2BillAddrLine2 (string $tds2BillAddrLine2)
 void setTds2BillAddrLine3 (string $tds2BillAddrLine3)
 void setTds2BillAddrPostCode (string $tds2BillAddrPostCode)
 void setTds2BillAddrState (string $tds2BillAddrState)
 void setTds2ChAccChange (string $tds2ChAccChange)
 void setTds2ChAccDate (string $tds2ChAccDate)
 void setTds2ChAccPwChange (string $tds2ChAccPwChange)
 void setTds2DeliveryEmailAddress (string $tds2DeliveryEmailAddress)
 void setTds2DeliveryTimeframe (string $tds2DeliveryTimeframe)
 void setTds2Email (string $tds2Email)
 void setTds2GiftCardAmount (string $tds2GiftCardAmount)
 void setTds2GiftCardCount (integer $tds2GiftCardCount)
 void setTds2GiftCardCurr (string $tds2GiftCardCurr)
 void setTds2HomePhoneCC (string $tds2HomePhoneCC)
 void setTds2HomePhoneSubscriber (string $tds2HomePhoneSubscriber)
 void setTds2MobilePhoneCC (string $tds2MobilePhoneCC)
 void setTds2MobilePhoneSubscriber (string $tds2MobilePhoneSubscriber)
 void setTds2NbPurchaseAccount (integer $tds2NbPurchaseAccount)
 void setTds2PaymentAccAge (string $tds2PaymentAccAge)
 void setTds2PreOrderDate (string $tds2PreOrderDate)
 void setTds2PreOrderPurchaseInd (string $tds2PreOrderPurchaseInd)
 void setTds2ProvisionAttemptsDay (integer $tds2ProvisionAttemptsDay)
 void setTds2ReorderItemsInd (string $tds2ReorderItemsInd)
 void setTds2ShipAddrCity (string $tds2ShipAddrCity)
 void setTds2ShipAddrCountry (string $tds2ShipAddrCountry)
 void setTds2ShipAddressUsage (string $tds2ShipAddressUsage)
 void setTds2ShipAddrLine1 (string $tds2ShipAddrLine1)
 void setTds2ShipAddrLine2 (string $tds2ShipAddrLine2)
 void setTds2ShipAddrLine3 (string $tds2ShipAddrLine3)
 void setTds2ShipAddrPostCode (string $tds2ShipAddrPostCode)
 void setTds2ShipAddrState (string $tds2ShipAddrState)
 void setTds2ShipInd (string $tds2ShipInd)
 void setTds2ShipNameInd (string $tds2ShipNameInd)
 void setTds2SuspiciousAccActivity (string $tds2SuspiciousAccActivity)
 void setTds2ThreeDSReqAuthData (string $tds2ThreeDSReqAuthData)
 void setTds2ThreeDSReqAuthMethod (string $tds2ThreeDSReqAuthMethod)
 void setTds2ThreeDSReqAuthTimestamp (string $tds2ThreeDSReqAuthTimestamp)
 void setTds2TxnActivityDay (integer $tds2TxnActivityDay)
 void setTds2TxnActivityYear (integer $tds2TxnActivityYear)
 void setTds2WorkPhoneCC (string $tds2WorkPhoneCC)
 void setTds2WorkPhoneSubscriber (string $tds2WorkPhoneSubscriber)
 void setToken (string $token)
 string toString ()
Methods
Constructor __construct (line 330)

コンストラクタ

  • access: public
ExecTranDccInput __construct ([array $params = null])
  • array $params: 入力パラメータ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getAccessID (line 353)

取引ID取得

  • return: 取引ID
  • access: public
string getAccessID ()
getAccessPass (line 360)

取引パスワード取得

  • return: 取引パスワード
  • access: public
string getAccessPass ()
getCallbackType (line 480)

コールバック方法取得

  • return: コールバック方法
  • access: public
string getCallbackType ()
getCardNo (line 374)

カード番号取得

  • return: カード番号
  • access: public
string getCardNo ()
getCardPass (line 465)

カードパスワード取得

  • return: カードパスワード
  • access: public
string getCardPass ()
getCardSeq (line 458)

カード登録連番取得

  • return: カード登録連番
  • access: public
string getCardSeq ()
getClientField1 (line 402)

加盟店自由項目1取得

  • return: 加盟店自由項目1
  • access: public
string getClientField1 ()
getClientField2 (line 409)

加盟店自由項目2取得

  • return: 加盟店自由項目2
  • access: public
string getClientField2 ()
getClientField3 (line 416)

加盟店自由項目3取得

  • return: 加盟店自由項目3
  • access: public
string getClientField3 ()
getClientFieldFlag (line 423)

加盟店自由項目返却フラグ取得

  • return: 加盟店自由項目返却フラグ
  • access: public
string getClientFieldFlag ()
getExpire (line 381)

有効期限取得

  • return: 有効期限
  • access: public
string getExpire ()
getMemberID (line 444)

会員ID取得

  • return: 会員ID
  • access: public
string getMemberID ()
getOrderID (line 367)

オーダーID取得

  • return: オーダーID
  • access: public
string getOrderID ()
getRetUrl (line 472)

加盟店戻りURL取得

  • return: 加盟店戻りURL
  • access: public
string getRetUrl ()
getSecurityCode (line 388)

セキュリティコード取得

  • return: セキュリティコード
  • access: public
string getSecurityCode ()
getSeqMode (line 451)

モード取得

  • return: モード
  • access: public
string getSeqMode ()
getShopID (line 339)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getShopPass (line 346)

ショップパスワード取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
getSiteID (line 430)

サイトID取得

  • return: サイトID
  • access: public
string getSiteID ()
getSitePass (line 437)

サイトパスワード取得

  • return: サイトパスワード
  • access: public
string getSitePass ()
getTds2AddrMatch (line 600)

請求先住所と配送先住所の一致/不一致取得

  • return: 請求先住所と配送先住所の一致/不一致
  • access: public
string getTds2AddrMatch ()
getTds2BillAddrCity (line 608)

請求先住所の都市取得

  • return: 請求先住所の都市
  • access: public
string getTds2BillAddrCity ()
getTds2BillAddrCountry (line 616)

請求先住所の国番号取得

  • return: 請求先住所の国番号
  • access: public
string getTds2BillAddrCountry ()
getTds2BillAddrLine1 (line 624)

請求先住所の区域部分の1行目取得

  • return: 請求先住所の区域部分の1行目
  • access: public
string getTds2BillAddrLine1 ()
getTds2BillAddrLine2 (line 632)

請求先住所の区域部分の2行目取得

  • return: 請求先住所の区域部分の2行目
  • access: public
string getTds2BillAddrLine2 ()
getTds2BillAddrLine3 (line 640)

請求先住所の区域部分の3行目取得

  • return: 請求先住所の区域部分の3行目
  • access: public
string getTds2BillAddrLine3 ()
getTds2BillAddrPostCode (line 648)

請求先住所の郵便番号取得

  • return: 請求先住所の郵便番号
  • access: public
string getTds2BillAddrPostCode ()
getTds2BillAddrState (line 656)

請求先住所の州または都道府県番号取得

  • return: 請求先住所の州または都道府県番号
  • access: public
string getTds2BillAddrState ()
getTds2ChAccChange (line 488)

カード会員最終更新日取得

  • return: カード会員最終更新日
  • access: public
string getTds2ChAccChange ()
getTds2ChAccDate (line 496)

カード会員作成日取得

  • return: カード会員作成日
  • access: public
string getTds2ChAccDate ()
getTds2ChAccPwChange (line 504)

カード会員パスワード変更日取得

  • return: カード会員パスワード変更日
  • access: public
string getTds2ChAccPwChange ()
getTds2DeliveryEmailAddress (line 776)

納品先電子メールアドレス取得

  • return: 納品先電子メールアドレス
  • access: public
string getTds2DeliveryEmailAddress ()
getTds2DeliveryTimeframe (line 784)

商品納品時間枠取得

  • return: 商品納品時間枠
  • access: public
string getTds2DeliveryTimeframe ()
getTds2Email (line 664)

カード会員のメールアドレス取得

  • return: カード会員のメールアドレス
  • access: public
string getTds2Email ()
getTds2GiftCardAmount (line 792)

プリペイドカードまたはギフトカードの総購入金額取得

  • return: プリペイドカードまたはギフトカードの総購入金額
  • access: public
string getTds2GiftCardAmount ()
getTds2GiftCardCount (line 800)

購入されたプリペイドカードまたはギフトカード の総数取得

  • return: 購入されたプリペイドカードまたはギフトカード の総数
  • access: public
integer getTds2GiftCardCount ()
getTds2GiftCardCurr (line 808)

購入されたプリペイドカードまたはギフトカードの通貨コード取得

  • return: 購入されたプリペイドカードまたはギフトカードの通貨コード
  • access: public
string getTds2GiftCardCurr ()
getTds2HomePhoneCC (line 672)

自宅電話の国コード取得

  • return: 自宅電話の国コード
  • access: public
string getTds2HomePhoneCC ()
getTds2HomePhoneSubscriber (line 680)

自宅電話番号取得

  • return: 自宅電話番号
  • access: public
string getTds2HomePhoneSubscriber ()
getTds2MobilePhoneCC (line 688)

携帯電話の国コード取得

  • return: 携帯電話の国コード
  • access: public
string getTds2MobilePhoneCC ()
getTds2MobilePhoneSubscriber (line 696)

携帯電話番号取得

  • return: 携帯電話番号
  • access: public
string getTds2MobilePhoneSubscriber ()
getTds2NbPurchaseAccount (line 512)

過去6ヶ月間の購入回数取得

  • return: 過去6ヶ月間の購入回数
  • access: public
integer getTds2NbPurchaseAccount ()
getTds2PaymentAccAge (line 520)

カード登録日取得

  • return: カード登録日
  • access: public
string getTds2PaymentAccAge ()
getTds2PreOrderDate (line 816)

商品の発売予定日取得

  • return: 商品の発売予定日
  • access: public
string getTds2PreOrderDate ()
getTds2PreOrderPurchaseInd (line 824)

商品の販売時期情報取得

  • return: 商品の販売時期情報
  • access: public
string getTds2PreOrderPurchaseInd ()
getTds2ProvisionAttemptsDay (line 528)

過去24時間のカード追加の試行回数取得

  • return: 過去24時間のカード追加の試行回数
  • access: public
integer getTds2ProvisionAttemptsDay ()
getTds2ReorderItemsInd (line 832)

商品の注文情報取得

  • return: 商品の注文情報
  • access: public
string getTds2ReorderItemsInd ()
getTds2ShipAddrCity (line 720)

配送先住所の都市取得

  • return: 配送先住所の都市
  • access: public
string getTds2ShipAddrCity ()
getTds2ShipAddrCountry (line 728)

配送先住所の国番号取得

  • return: 配送先住所の国番号
  • access: public
string getTds2ShipAddrCountry ()
getTds2ShipAddressUsage (line 536)

配送先住所の初回使用日取得

  • return: 配送先住所の初回使用日
  • access: public
string getTds2ShipAddressUsage ()
getTds2ShipAddrLine1 (line 736)

配送先住所の区域部分の1行目取得

  • return: 配送先住所の区域部分の1行目
  • access: public
string getTds2ShipAddrLine1 ()
getTds2ShipAddrLine2 (line 744)

配送先住所の区域部分の2行目取得

  • return: 配送先住所の区域部分の2行目
  • access: public
string getTds2ShipAddrLine2 ()
getTds2ShipAddrLine3 (line 752)

配送先住所の区域部分の3行目取得

  • return: 配送先住所の区域部分の3行目
  • access: public
string getTds2ShipAddrLine3 ()
getTds2ShipAddrPostCode (line 760)

配送先住所の郵便番号取得

  • return: 配送先住所の郵便番号
  • access: public
string getTds2ShipAddrPostCode ()
getTds2ShipAddrState (line 768)

配送先住所の州または都道府県番号取得

  • return: 配送先住所の州または都道府県番号
  • access: public
string getTds2ShipAddrState ()
getTds2ShipInd (line 840)

取引の配送方法取得

  • return: 取引の配送方法
  • access: public
string getTds2ShipInd ()
getTds2ShipNameInd (line 544)

カード会員名と配送先名の一致/不一致取得

  • return: カード会員名と配送先名の一致/不一致
  • access: public
string getTds2ShipNameInd ()
getTds2SuspiciousAccActivity (line 552)

カード会員の不審行為情報取得

  • return: カード会員の不審行為情報
  • access: public
string getTds2SuspiciousAccActivity ()
getTds2ThreeDSReqAuthData (line 576)

ログイン証跡取得

  • return: ログイン証跡
  • access: public
string getTds2ThreeDSReqAuthData ()
getTds2ThreeDSReqAuthMethod (line 584)

ログイン方法取得

  • return: ログイン方法
  • access: public
string getTds2ThreeDSReqAuthMethod ()
getTds2ThreeDSReqAuthTimestamp (line 592)

ログイン日時取得

  • return: ログイン日時
  • access: public
string getTds2ThreeDSReqAuthTimestamp ()
getTds2TxnActivityDay (line 560)

過去24時間の取引回数取得

  • return: 過去24時間の取引回数
  • access: public
integer getTds2TxnActivityDay ()
getTds2TxnActivityYear (line 568)

前年の取引回数取得

  • return: 前年の取引回数
  • access: public
integer getTds2TxnActivityYear ()
getTds2WorkPhoneCC (line 704)

職場電話の国コード取得

  • return: 職場電話の国コード
  • access: public
string getTds2WorkPhoneCC ()
getTds2WorkPhoneSubscriber (line 712)

職場電話番号取得

  • return: 職場電話番号
  • access: public
string getTds2WorkPhoneSubscriber ()
getToken (line 395)

トークン取得

  • return: トークン
  • access: public
string getToken ()
setAccessID (line 866)

取引ID設定

  • access: public
void setAccessID (string $accessID)
  • string $accessID
setAccessPass (line 874)

取引パスワード設定

  • access: public
void setAccessPass (string $accessPass)
  • string $accessPass
setCallbackType (line 1011)

コールバック方法設定

  • access: public
void setCallbackType (string $callbackType)
  • string $callbackType: コールバック方法
setCardNo (line 890)

カード番号設定

  • access: public
void setCardNo (string $cardNo)
  • string $cardNo
setCardPass (line 994)

カードパスワード設定

  • access: public
void setCardPass (string $cardPass)
  • string $cardPass
setCardSeq (line 986)

カード登録連番設定

  • access: public
void setCardSeq (string $cardSeq)
  • string $cardSeq
setClientField1 (line 922)

加盟店自由項目1設定

  • access: public
void setClientField1 (string $clientField1)
  • string $clientField1
setClientField2 (line 930)

加盟店自由項目2設定

  • access: public
void setClientField2 (string $clientField2)
  • string $clientField2
setClientField3 (line 938)

加盟店自由項目3設定

  • access: public
void setClientField3 (string $clientField3)
  • string $clientField3
setClientFieldFlag (line 946)

加盟店自由項目返却フラグ設定

  • access: public
void setClientFieldFlag (string $clientFieldFlag)
  • string $clientFieldFlag
setDefaultValues (line 1424)

デフォルト値設定

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setExpire (line 898)

有効期限設定

  • access: public
void setExpire (string $expire)
  • string $expire
setInputValues (line 1433)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setMemberID (line 970)

会員ID設定

  • access: public
void setMemberID (string $memberID)
  • string $memberID
setOrderID (line 882)

オーダーID設定

  • access: public
void setOrderID (string $orderID)
  • string $orderID
setRetUrl (line 1002)

加盟店戻りURL設定

  • access: public
void setRetUrl (string $retUrl)
  • string $retUrl: 加盟店戻りURL
setSecurityCode (line 906)

セキュリティコード設定

  • access: public
void setSecurityCode (string $securityCode)
  • string $securityCode
setSeqMode (line 978)

モード設定

  • access: public
void setSeqMode (string $seqMode)
  • string $seqMode
setShopID (line 850)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setShopPass (line 858)

ショップパスワード設定

  • access: public
void setShopPass (string $shopPass)
  • string $shopPass
setSiteID (line 954)

サイトID設定

  • access: public
void setSiteID (string $siteID)
  • string $siteID
setSitePass (line 962)

サイトパスワード設定

  • access: public
void setSitePass (string $sitePass)
  • string $sitePass
setTds2AddrMatch (line 1146)

請求先住所と配送先住所の一致/不一致設定

  • access: public
void setTds2AddrMatch (string $tds2AddrMatch)
  • string $tds2AddrMatch: 請求先住所と配送先住所の一致/不一致
setTds2BillAddrCity (line 1155)

請求先住所の都市設定

  • access: public
void setTds2BillAddrCity (string $tds2BillAddrCity)
  • string $tds2BillAddrCity: 請求先住所の都市
setTds2BillAddrCountry (line 1164)

請求先住所の国番号設定

  • access: public
void setTds2BillAddrCountry (string $tds2BillAddrCountry)
  • string $tds2BillAddrCountry: 請求先住所の国番号
setTds2BillAddrLine1 (line 1173)

請求先住所の区域部分の1行目設定

  • access: public
void setTds2BillAddrLine1 (string $tds2BillAddrLine1)
  • string $tds2BillAddrLine1: 請求先住所の区域部分の1行目
setTds2BillAddrLine2 (line 1182)

請求先住所の区域部分の2行目設定

  • access: public
void setTds2BillAddrLine2 (string $tds2BillAddrLine2)
  • string $tds2BillAddrLine2: 請求先住所の区域部分の2行目
setTds2BillAddrLine3 (line 1191)

請求先住所の区域部分の3行目設定

  • access: public
void setTds2BillAddrLine3 (string $tds2BillAddrLine3)
  • string $tds2BillAddrLine3: 請求先住所の区域部分の3行目
setTds2BillAddrPostCode (line 1200)

請求先住所の郵便番号設定

  • access: public
void setTds2BillAddrPostCode (string $tds2BillAddrPostCode)
  • string $tds2BillAddrPostCode: 請求先住所の郵便番号
setTds2BillAddrState (line 1209)

請求先住所の州または都道府県番号設定

  • access: public
void setTds2BillAddrState (string $tds2BillAddrState)
  • string $tds2BillAddrState: 請求先住所の州または都道府県番号
setTds2ChAccChange (line 1020)

カード会員最終更新日設定

  • access: public
void setTds2ChAccChange (string $tds2ChAccChange)
  • string $tds2ChAccChange: カード会員最終更新日
setTds2ChAccDate (line 1029)

カード会員作成日設定

  • access: public
void setTds2ChAccDate (string $tds2ChAccDate)
  • string $tds2ChAccDate: カード会員作成日
setTds2ChAccPwChange (line 1038)

カード会員パスワード変更日設定

  • access: public
void setTds2ChAccPwChange (string $tds2ChAccPwChange)
  • string $tds2ChAccPwChange: カード会員パスワード変更日
setTds2DeliveryEmailAddress (line 1344)

納品先電子メールアドレス設定

  • access: public
void setTds2DeliveryEmailAddress (string $tds2DeliveryEmailAddress)
  • string $tds2DeliveryEmailAddress: 納品先電子メールアドレス
setTds2DeliveryTimeframe (line 1353)

商品納品時間枠設定

  • access: public
void setTds2DeliveryTimeframe (string $tds2DeliveryTimeframe)
  • string $tds2DeliveryTimeframe: 商品納品時間枠
setTds2Email (line 1218)

カード会員のメールアドレス設定

  • access: public
void setTds2Email (string $tds2Email)
  • string $tds2Email: カード会員のメールアドレス
setTds2GiftCardAmount (line 1362)

プリペイドカードまたはギフトカードの総購入金額設定

  • access: public
void setTds2GiftCardAmount (string $tds2GiftCardAmount)
  • string $tds2GiftCardAmount: プリペイドカードまたはギフトカードの総購入金額
setTds2GiftCardCount (line 1371)

購入されたプリペイドカードまたはギフトカード の総数設定

  • access: public
void setTds2GiftCardCount (integer $tds2GiftCardCount)
  • integer $tds2GiftCardCount: 購入されたプリペイドカードまたはギフトカード の総数
setTds2GiftCardCurr (line 1380)

購入されたプリペイドカードまたはギフトカードの通貨コード設定

  • access: public
void setTds2GiftCardCurr (string $tds2GiftCardCurr)
  • string $tds2GiftCardCurr: 購入されたプリペイドカードまたはギフトカードの通貨コード
setTds2HomePhoneCC (line 1227)

自宅電話の国コード設定

  • access: public
void setTds2HomePhoneCC (string $tds2HomePhoneCC)
  • string $tds2HomePhoneCC: 自宅電話の国コード
setTds2HomePhoneSubscriber (line 1236)

自宅電話番号設定

  • access: public
void setTds2HomePhoneSubscriber (string $tds2HomePhoneSubscriber)
  • string $tds2HomePhoneSubscriber: 自宅電話番号
setTds2MobilePhoneCC (line 1245)

携帯電話の国コード設定

  • access: public
void setTds2MobilePhoneCC (string $tds2MobilePhoneCC)
  • string $tds2MobilePhoneCC: 携帯電話の国コード
setTds2MobilePhoneSubscriber (line 1254)

携帯電話番号設定

  • access: public
void setTds2MobilePhoneSubscriber (string $tds2MobilePhoneSubscriber)
  • string $tds2MobilePhoneSubscriber: 携帯電話番号
setTds2NbPurchaseAccount (line 1047)

過去6ヶ月間の購入回数設定

  • access: public
void setTds2NbPurchaseAccount (integer $tds2NbPurchaseAccount)
  • integer $tds2NbPurchaseAccount: 過去6ヶ月間の購入回数
setTds2PaymentAccAge (line 1056)

カード登録日設定

  • access: public
void setTds2PaymentAccAge (string $tds2PaymentAccAge)
  • string $tds2PaymentAccAge: カード登録日
setTds2PreOrderDate (line 1389)

商品の発売予定日設定

  • access: public
void setTds2PreOrderDate (string $tds2PreOrderDate)
  • string $tds2PreOrderDate: 商品の発売予定日
setTds2PreOrderPurchaseInd (line 1398)

商品の販売時期情報設定

  • access: public
void setTds2PreOrderPurchaseInd (string $tds2PreOrderPurchaseInd)
  • string $tds2PreOrderPurchaseInd: 商品の販売時期情報
setTds2ProvisionAttemptsDay (line 1065)

過去24時間のカード追加の試行回数設定

  • access: public
void setTds2ProvisionAttemptsDay (integer $tds2ProvisionAttemptsDay)
  • integer $tds2ProvisionAttemptsDay: 過去24時間のカード追加の試行回数
setTds2ReorderItemsInd (line 1407)

商品の注文情報設定

  • access: public
void setTds2ReorderItemsInd (string $tds2ReorderItemsInd)
  • string $tds2ReorderItemsInd: 商品の注文情報
setTds2ShipAddrCity (line 1281)

配送先住所の都市設定

  • access: public
void setTds2ShipAddrCity (string $tds2ShipAddrCity)
  • string $tds2ShipAddrCity: 配送先住所の都市
setTds2ShipAddrCountry (line 1290)

配送先住所の国番号設定

  • access: public
void setTds2ShipAddrCountry (string $tds2ShipAddrCountry)
  • string $tds2ShipAddrCountry: 配送先住所の国番号
setTds2ShipAddressUsage (line 1074)

配送先住所の初回使用日設定

  • access: public
void setTds2ShipAddressUsage (string $tds2ShipAddressUsage)
  • string $tds2ShipAddressUsage: 配送先住所の初回使用日
setTds2ShipAddrLine1 (line 1299)

配送先住所の区域部分の1行目設定

  • access: public
void setTds2ShipAddrLine1 (string $tds2ShipAddrLine1)
  • string $tds2ShipAddrLine1: 配送先住所の区域部分の1行目
setTds2ShipAddrLine2 (line 1308)

配送先住所の区域部分の2行目設定

  • access: public
void setTds2ShipAddrLine2 (string $tds2ShipAddrLine2)
  • string $tds2ShipAddrLine2: 配送先住所の区域部分の2行目
setTds2ShipAddrLine3 (line 1317)

配送先住所の区域部分の3行目設定

  • access: public
void setTds2ShipAddrLine3 (string $tds2ShipAddrLine3)
  • string $tds2ShipAddrLine3: 配送先住所の区域部分の3行目
setTds2ShipAddrPostCode (line 1326)

配送先住所の郵便番号設定

  • access: public
void setTds2ShipAddrPostCode (string $tds2ShipAddrPostCode)
  • string $tds2ShipAddrPostCode: 配送先住所の郵便番号
setTds2ShipAddrState (line 1335)

配送先住所の州または都道府県番号設定

  • access: public
void setTds2ShipAddrState (string $tds2ShipAddrState)
  • string $tds2ShipAddrState: 配送先住所の州または都道府県番号
setTds2ShipInd (line 1416)

取引の配送方法設定

  • access: public
void setTds2ShipInd (string $tds2ShipInd)
  • string $tds2ShipInd: 取引の配送方法
setTds2ShipNameInd (line 1083)

カード会員名と配送先名の一致/不一致設定

  • access: public
void setTds2ShipNameInd (string $tds2ShipNameInd)
  • string $tds2ShipNameInd: カード会員名と配送先名の一致/不一致
setTds2SuspiciousAccActivity (line 1092)

カード会員の不審行為情報設定

  • access: public
void setTds2SuspiciousAccActivity (string $tds2SuspiciousAccActivity)
  • string $tds2SuspiciousAccActivity: カード会員の不審行為情報
setTds2ThreeDSReqAuthData (line 1119)

ログイン証跡設定

  • access: public
void setTds2ThreeDSReqAuthData (string $tds2ThreeDSReqAuthData)
  • string $tds2ThreeDSReqAuthData: ログイン証跡
setTds2ThreeDSReqAuthMethod (line 1128)

ログイン方法設定

  • access: public
void setTds2ThreeDSReqAuthMethod (string $tds2ThreeDSReqAuthMethod)
  • string $tds2ThreeDSReqAuthMethod: ログイン方法
setTds2ThreeDSReqAuthTimestamp (line 1137)

ログイン日時設定

  • access: public
void setTds2ThreeDSReqAuthTimestamp (string $tds2ThreeDSReqAuthTimestamp)
  • string $tds2ThreeDSReqAuthTimestamp: ログイン日時
setTds2TxnActivityDay (line 1101)

過去24時間の取引回数設定

  • access: public
void setTds2TxnActivityDay (integer $tds2TxnActivityDay)
  • integer $tds2TxnActivityDay: 過去24時間の取引回数
setTds2TxnActivityYear (line 1110)

前年の取引回数設定

  • access: public
void setTds2TxnActivityYear (integer $tds2TxnActivityYear)
  • integer $tds2TxnActivityYear: 前年の取引回数
setTds2WorkPhoneCC (line 1263)

職場電話の国コード設定

  • access: public
void setTds2WorkPhoneCC (string $tds2WorkPhoneCC)
  • string $tds2WorkPhoneCC: 職場電話の国コード
setTds2WorkPhoneSubscriber (line 1272)

職場電話番号設定

  • access: public
void setTds2WorkPhoneSubscriber (string $tds2WorkPhoneSubscriber)
  • string $tds2WorkPhoneSubscriber: 職場電話番号
setToken (line 914)

トークン設定

  • access: public
void setToken (string $token)
  • string $token
toString (line 1512)

文字列表現

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 19:57:58 +0900 by phpDocumentor 1.4.3